home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / dfÜ / bbs / tronbbs / tron / menus / test.src < prev    next >
Text File  |  1996-07-16  |  887b  |  54 lines

  1.  
  2.  
  3. Menu "test.menu"
  4.  
  5. flags  hotkeyable
  6. level  0 - 255 , "Test.Ansi"
  7. prompt 0 , 0 - 255 , "|Press a key : "
  8. prompt 1 , 0 - 255 , "|Press a key : "
  9.  
  10. BEGIN     ; Start the command definitions
  11.  
  12. Cmd "T"
  13.    CliDoor     "tron:doors/quest/DoQuest ~50 ~51"
  14. EndCmd
  15.  
  16. Cmd "R"
  17.    CliDoor     "tron:doors/quest/ViewQuest ~50 ~51"
  18.    more
  19. EndCmd
  20.  
  21.  
  22. Cmd "M" ,  1 - 255
  23.    LUMA
  24. EndCmd
  25.  
  26. Cmd "F" ,  1 - 255
  27.    LUFA
  28. EndCmd
  29.  
  30. Cmd "L" , 0-255
  31. ;   DosCommandSync  "tron:utils/listnodes >ram:mylist"
  32. ;   Print "|Node Actie                         Name Place Level |"
  33. ;   Print "=====================================================|"
  34. ;   PrintFile   "ram:mylist"
  35. ;   Print "|"
  36. ;   More
  37.  
  38.    CliDoor  "tron:utils/listnodes IBM"
  39.    More
  40. EndCmd
  41.  
  42.  
  43. Cmd "Q" , 0 - 255
  44.    PreviousMenu                      ;   GotoMenu "Main.Menu"
  45. EndCmd
  46.  
  47. Cmd ""
  48.    PreviousMenu                      ;   GotoMenu "Main.Menu"
  49. EndCmd
  50.  
  51.  
  52. END
  53.  
  54.